home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-03-07 | 479 b | 26 lines | [TEXT/R*ch] |
- //
- // from 'ADB Key Spy' • Pete Gontier • gurgle@apple.com
- // Macintosh Developer Technical Support
- // © 1995,1996 Apple Computer, Inc.
- //
- // Changes:
- //
- // when who what
- // --------------------------------------------------------------
- // 01/11/96 PG copied from another project,
- // merged with various parts of old
- // ADB Key Spy
- //
-
- #pragma once
-
- enum
- {
- kStatusCode_IsKeyDownAnywhere = 128
- };
-
- enum
- {
- kControlCode_SetKeyboardInfoList = 128
- };
-